home *** CD-ROM | disk | FTP | other *** search
- Resident C:Assign PURE
- Resident C:Copy PURE
- Failat 21
-
-
- Ask "Proceed with Install (y/n)?"
-
- If NOT WARN
- Echo "Goodbye"
- EndCLI >Nil:
- Endif
- Echo "Installing `The Zoo Issue 4: Stomachs' to hard drive"
- Echo "This script will create it's own drawer called `Zoo4'"
- Ask "Press Return to set destination for `Zoo4' drawer."
-
- ;---------------------------------------------- Get Location for drawer.
- Echo >Env:Zoo.temp0 "Assign ZOO: " NOLINE
- RequestFile >>Env:Zoo.temp0 DRAWER "SYS:" TITLE "Zoo4 Drawer Destination..." DRAWERSONLY
- Execute >Nil: Env:Zoo.temp0
- Delete >Nil: Env:Zoo.temp0
-
- ;---------------------------------------------- Create drawer & icon.
- MakeDir Zoo:Zoo4
- Copy Zoo#4a:c/drawer.info Zoo:Zoo4.info
-
- ;---------------------------------------------- Copy files to Zoo:
- Echo "*nCopying Zoo4.exe"
- Copy >Nil: Zoo#4a:Zoo4.exe Zoo:Zoo4/
- Echo "Copying other files from Disk 1"
- Copy Zoo#4a:C ALL Zoo:Zoo4/c QUIET
- Copy Zoo#4a:Devs ALL Zoo:Zoo4/Devs QUIET
- Copy Zoo#4a:Libs ALL Zoo:Zoo4/Libs QUIET
- Copy Zoo#4a:Mod ALL Zoo:Zoo4/ QUIET
- Copy Zoo#4a:Pics ALL Zoo:Zoo4/Pics QUIET
- Copy Zoo#4a:S ALL Zoo:Zoo4/s QUIET
- Copy Zoo#4a:LoADEr ALL Zoo:Zoo4/ QUIET
- Copy Zoo#4a:c/Zoo4 ALL Zoo:Zoo4/ QUIET
- Copy Zoo#4a:c/Zoo4.info ALL Zoo:Zoo4/ QUIET
-
- ;---------------------------------------------- Files from Disk 2
- Assign >Nil: Zoo#4b: EXISTS
- If WARN
- Echo "Insert disk 2 in any drive"
- Endif
- ;------------------ Wait for disk
- lab DISK2
- Assign >Nil: Zoo#4b: EXISTS
- If WARN
- Skip DISK2 BACK
- Endif
-
- Echo "Copying files from Disk 2"
- Copy Zoo#4b:Fonts ALL Zoo:Zoo4/Fonts QUIET
- Copy Zoo#4b:Pics ALL Zoo:Zoo4/Pics QUIET
- Copy Zoo#4b:edited_articles ALL Zoo:Zoo4/Edited_Articles QUIET
-
- Assign ZOO*: DISMOUNT
- Resident Assign REMOVE
- Resident Copy REMOVE
- Echo "Installation Completed"
- Echo "Please Reset Before Running"
-